home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / BSP Tree 1.2 / Sources / Graphics / include / cube.h < prev    next >
Encoding:
Text File  |  1995-03-26  |  755 b   |  23 lines  |  [TEXT/MMCC]

  1. //------------------------------------------------------------------------------
  2. //    File:                    cube.h
  3. //    Date:                    11/02/94
  4. //    Author:                Bretton Wade
  5. //
  6. //    Description:    this file contains the function for cube generation
  7. //
  8. //------------------------------------------------------------------------------
  9.  
  10. #include    "matrix_3d.h"
  11. #include    "listptr_3d.h"
  12.  
  13. #ifndef    CUBE
  14. #define    CUBE
  15.  
  16. //------------------------------------------------------------------------------
  17. //    functions
  18. //------------------------------------------------------------------------------
  19. listptr    Cube (matrix_3d transformation);                                                                                        //    compute a cube given a transformation
  20.  
  21. //------------------------------------------------------------------------------
  22.  
  23. #endif    //CUBE